Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OutputRange Class / OutputRange Constructor / OutputRange Constructor(Int32[],Boolean)
The array of page numbers to include.
Indicates whether the range should be inverted, see Inverted for details.

In This Topic
    OutputRange Constructor(Int32[],Boolean)
    In This Topic
    Creates an instance of OutputRange that includes all pages with numbers specified in the list.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageNumbers() As System.Integer, _
       ByVal inverted As System.Boolean _
    )
    public OutputRange( 
       System.int[] pageNumbers,
       System.bool inverted
    )

    Parameters

    pageNumbers
    The array of page numbers to include.
    inverted
    Indicates whether the range should be inverted, see Inverted for details.
    See Also